home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Conversion / ResDump / ResDump.app / English.lproj / SoundManager.nib / data.classes next >
Text File  |  1993-07-09  |  748b  |  58 lines

  1. SndManager = {
  2.     ACTIONS = {
  3.     cnvrtButtonAction:;
  4.     cntrlButtonsAction:;
  5.     customRateAction:;
  6.     awakeFromNib:;
  7.     browserAction:;
  8.     rateButtonsAction:;
  9.     };
  10.     OUTLETS = {
  11.     sndInfo;
  12.     cnvrtButton;
  13.     rateButtons;
  14.     sndWindow;
  15.     cntrlButtons;
  16.     customRate;
  17.     sndBrowser;
  18.     };
  19.     SUPERCLASS = Object;
  20. };
  21. NamedSound = {
  22.     SUPERCLASS = Sound;
  23. };
  24. FirstResponder = {
  25.     ACTIONS = {
  26.     };
  27.     SUPERCLASS = Object;
  28. };
  29. Main = {
  30.     ACTIONS = {
  31.     dumpAction:;
  32.     fileAction:;
  33.     IDdoubleAction:;
  34.     typeAction:;
  35.     IDAction:;
  36.     infoInfo:;
  37.     };
  38.     OUTLETS = {
  39.     rsrcSize;
  40.     sndPanel;
  41.     sndManager;
  42.     infoPanel;
  43.     typeBrowser;
  44.     macPict;
  45.     ID;
  46.     rsrcMan;
  47.     saveFile;
  48.     type;
  49.     icon;
  50.     dumpButton;
  51.     macSound;
  52.     rsrcInfo;
  53.     idBrowser;
  54.     fileBrowser;
  55.     };
  56.     SUPERCLASS = Object;
  57. };
  58.